home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / patch / ChangeLog < prev    next >
Text File  |  1991-01-20  |  2KB  |  61 lines

  1. Sun Jan 20 20:18:58 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  2.  
  3.     * Makefile.SH (all): Don't make a dummy `all' file.
  4.  
  5.     * patchlevel.h: PATCHLEVEL 12u3.
  6.  
  7.     * patch.c (nextarg): New function.
  8.     (get_some_switches): Use it, to prevent dereferencing a null
  9.     pointer if an option that takes an arg is not given one (is last
  10.     on the command line).  From Paul Eggert.
  11.  
  12.     * pch.c (another_hunk): Fix from Wayne Davison to recognize
  13.     single-line hunks in unified diffs (with a single line number
  14.     instead of a range).
  15.  
  16.     * inp.c (rev_in_string): Don't use `s' before defining it.  From
  17.     Wayne Davison.
  18.  
  19. Mon Jan  7 06:25:11 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  20.  
  21.     * patchlevel.h: PATCHLEVEL 12u2.
  22.  
  23.     * pch.c (intuit_diff_type): Recognize `+++' in diff headers, for
  24.     unified diff format.  From unidiff patch 1.
  25.  
  26. Mon Dec  3 00:14:25 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  27.  
  28.     * patch.c (get_some_switches): Make the usage message more
  29.     informative. 
  30.  
  31. Sun Dec  2 23:20:18 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  32.  
  33.     * Configure: When checking for C preprocessor, look for 'abc.*xyz'
  34.     instead of 'abc.xyz', so ANSI C preprocessors work.
  35.  
  36.     * Apply fix for -D from ksb@mentor.cc.purdue.edu (Kevin Braunsdorf).
  37.  
  38.     * Apply unidiff patches from davison@dri.com (Wayne Davison).
  39.  
  40. Wed Mar  7 23:47:25 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  41.  
  42.     * pch.c: Call malformed instead of goto malformed
  43.     (just allows easier debugging).
  44.  
  45. Tue Jan 23 21:27:00 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  46.  
  47.     * common.h (TMP*NAME): Make these char *, not char [].
  48.     patch.c (main): Use TMPDIR (if present) to set TMP*NAME.
  49.     common.h: Declare getenv.
  50.  
  51. Sun Dec 17 17:29:48 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  52.  
  53.     # patch.c (reverse_flag_specified): New variable.
  54.     (get_some_switches, reinitialize_almost_everything): Use it.
  55.  
  56. # in place of * means change has been sent to Wall.
  57.  
  58. Local Variables:
  59. version-control: never
  60. end:
  61.